From: Karl Heuer Date: Sun, 17 Nov 1996 19:41:48 +0000 (+0000) Subject: (write-contents-hooks): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82485 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=659ebcc6fb2807169fde9d0db882f04641f500ee;p=emacs.git (write-contents-hooks): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 21063197298..2b243780623 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -228,7 +228,7 @@ buffer's contents, not to the particular visited file; thus, major mode does clear it. This variable automatically becomes buffer-local whenever it is set. -If you use `add-hooks' to add elements to the list, use nil for the +If you use `add-hook' to add elements to the list, use nil for the LOCAL argument. See also `write-file-hooks'.")